home *** CD-ROM | disk | FTP | other *** search
/ Home Repair / Home Repair (Simply Media)(1999).iso / LOCATION / EASTHALL.DIR / 00023_Script_23 < prev   
Text File  |  1994-10-02  |  342b  |  18 lines

  1. on enterFrame
  2.   puppetPalette "FrameCoverPalette"
  3.   updateStage
  4. end
  5.  
  6. on exitFrame
  7.   doAnimationStart
  8.   global houseObj, contextString
  9.   houseObj(mGoToViewer,"Stanley.mvb",contextString)
  10.   houseObj(mIsViewerActive)
  11.   repeat while the result > 0
  12.     houseObj(mIsViewerActive)
  13.   end repeat
  14.   puppetPalette 0
  15.   go to "Loop"
  16. end
  17.  
  18.